home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / mac / Ad / Mod04 / tunnel2 / 00104.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  120 b   |  9 lines

  1. on mouseUp
  2.   if soundBusy(1) then
  3.     sound stop 1
  4.   end if
  5.   puppetSound("Door Bell")
  6.   updateStage()
  7.   continue()
  8. end
  9.